@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-family: Roboto;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c19b76 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c19b76 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #c19b76;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #c19b76;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #c19b76;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}
.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}
.mbr-section-btn .btn {
  font-weight: 700;
}
.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}
.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}
.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}
.mbr-text {
  letter-spacing: 1px;
}
.mbr-lighter {
  font-weight: 100 !important;
}
body {
  color: #333333;
}
.up-z-index {
  z-index: 1000 !important;
}
.cid-qZiJnfFwtk .modal-body .close {
  background: #1b1b1b;
}
.cid-qZiJnfFwtk .modal-body .close span {
  font-style: normal;
}
.cid-qZiJnfFwtk .carousel-inner > .active,
.cid-qZiJnfFwtk .carousel-inner > .next,
.cid-qZiJnfFwtk .carousel-inner > .prev {
  display: table;
}
.cid-qZiJnfFwtk .carousel-control .icon-next,
.cid-qZiJnfFwtk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qZiJnfFwtk .carousel-control:hover {
  background: #c19b76;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qZiJnfFwtk .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZiJnfFwtk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qZiJnfFwtk .boxed-slider > div {
  position: relative;
}
.cid-qZiJnfFwtk .container img {
  width: 100%;
}
.cid-qZiJnfFwtk .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qZiJnfFwtk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZiJnfFwtk .mbr-table-cell {
  padding: 0;
}
.cid-qZiJnfFwtk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qZiJnfFwtk .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZiJnfFwtk .mbr-overlay {
  z-index: 1;
}
.cid-qZiJnfFwtk .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZiJnfFwtk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qZiJnfFwtk .carousel-item .container {
    width: 100%;
  }
}
.cid-qZiJnfFwtk .carousel-item-next.carousel-item-left,
.cid-qZiJnfFwtk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qZiJnfFwtk .active.carousel-item-right,
.cid-qZiJnfFwtk .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qZiJnfFwtk .active.carousel-item-left,
.cid-qZiJnfFwtk .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qZiJnfFwtk .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
}
.cid-qZiJnfFwtk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-qZiJnfFwtk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-qZiJnfFwtk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qZiJnfFwtk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qZiJnfFwtk .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #c19b76;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qZiJnfFwtk .mbr-slider .carousel-indicators li.active,
.cid-qZiJnfFwtk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qZiJnfFwtk .mbr-slider .carousel-indicators li::after,
.cid-qZiJnfFwtk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qZiJnfFwtk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qZiJnfFwtk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qZiJnfFwtk .mbr-slider > .container img {
  width: 100%;
}
.cid-qZiJnfFwtk .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZiJnfFwtk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qZiJnfFwtk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZiJnfFwtk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZiJnfFwtk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qZiJnfFwtk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qZiJnfFwtk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qZiJnfFwtk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qZiJnfFwtk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qZiJnfFwtk .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZiJnfFwtk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qZiJnfFwtk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qZiJnfFwtk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qYDl1OPyvz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYDl1OPyvz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qYDl1OPyvz .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qYDl1OPyvz .title {
    width: 100% !important;
  }
}
.cid-qYDlt6p5OA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYDlt6p5OA .mbr-text {
  text-align: center;
}
.cid-qYDnJgTY8f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qYDnJgTY8f .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-qYDnJgTY8f .card .card-img img {
  transition: all .5s;
}
.cid-qYDnJgTY8f .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qYDnJgTY8f .media-container-column {
  justify-content: flex-start;
  padding: 0;
}
.cid-qYDnJgTY8f .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qYDnJgTY8f .first-card .card-wrapper {
  height: 100%;
}
.cid-qYDnJgTY8f .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-qYDnJgTY8f .first-card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-qYDnJgTY8f .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-qYDnJgTY8f .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-qYDnJgTY8f .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-qYDnJgTY8f .first-row,
.cid-qYDnJgTY8f .second-row {
  height: 50%;
  margin: 0;
}
.cid-qYDnJgTY8f .first-row .card .card-wrapper,
.cid-qYDnJgTY8f .second-row .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qYDnJgTY8f .first-row .card .card-wrapper .card-img,
.cid-qYDnJgTY8f .second-row .card .card-wrapper .card-img {
  height: 100%;
}
.cid-qYDnJgTY8f .first-row .card .card-wrapper .card-img img,
.cid-qYDnJgTY8f .second-row .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qYDnJgTY8f .first-row .caption,
.cid-qYDnJgTY8f .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  letter-spacing: 2px;
}
.cid-qYDnJgTY8f .first-row .caption .price,
.cid-qYDnJgTY8f .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-qYDnJgTY8f .first-row {
  padding-bottom: 1rem;
}
.cid-qYDnJgTY8f .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-qYDnJgTY8f .first-card,
  .cid-qYDnJgTY8f .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qYDnJgTY8f .first-card {
    padding-bottom: 2rem;
  }
  .cid-qYDnJgTY8f .only-first-row {
    height: 100%;
  }
}
.cid-qYDnJgTY8f .card-title {
  color: #ffffff;
}
.cid-qYDojXLmDN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/paesaggio-fabioborga-9-900x588.jpg");
}
@media (max-width: 767px) {
  .cid-qYDojXLmDN .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qYDmA2v83Q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qYDmA2v83Q .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qYDmA2v83Q .row {
  flex-direction: row-reverse;
  background-color: #ffffff;
}
.cid-qYDmA2v83Q .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-qYDmA2v83Q .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qYDmA2v83Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qYDmA2v83Q .text-element {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qYDmA2v83Q .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qYDmA2v83Q .image-element {
    padding: 0 15px;
  }
  .cid-qYDmA2v83Q .text-element {
    padding: 2rem 1rem;
  }
  .cid-qYDmA2v83Q .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-qYDmA2v83Q .row {
    flex-direction: column-reverse;
  }
}
.cid-qYDmAfqziE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qYDmAfqziE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qYDmAfqziE .row {
  background-color: #ffffff;
}
.cid-qYDmAfqziE .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-qYDmAfqziE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qYDmAfqziE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qYDmAfqziE .text-element {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qYDmAfqziE .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qYDmAfqziE .image-element {
    padding: 0 15px;
  }
  .cid-qYDmAfqziE .text-element {
    padding: 2rem 1rem;
  }
  .cid-qYDmAfqziE .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-qZiQN0y76A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZiQN0y76A .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qZiQN0y76A .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qZiKtaMGkI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-qZiKtaMGkI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-qZiKtaMGkI .first-column .mbr-text {
  margin: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-qZiKtaMGkI .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column {
    padding-bottom: 2rem;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column,
  .cid-qZiKtaMGkI .third-column {
    text-align: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-qZiKtaMGkI .mbr-section-title,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qZiKtaMGkI .mbr-section-subtitle,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qYDqMciQSb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-qYDqMciQSb .mbr-text {
  color: #333333;
}
.cid-qZiG4uxJyS .nav-item:focus,
.cid-qZiG4uxJyS .nav-link:focus {
  outline: none;
}
.cid-qZiG4uxJyS a.nav-link:focus {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qZiG4uxJyS .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qZiG4uxJyS .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qZiG4uxJyS .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qZiG4uxJyS .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZiG4uxJyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qZiG4uxJyS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZiG4uxJyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZiG4uxJyS .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZiG4uxJyS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZiG4uxJyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qZiG4uxJyS .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qZiG4uxJyS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZiG4uxJyS .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZiG4uxJyS .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZiG4uxJyS .dropdown-item.active,
.cid-qZiG4uxJyS .dropdown-item:active {
  background-color: transparent;
}
.cid-qZiG4uxJyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qZiG4uxJyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZiG4uxJyS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZiG4uxJyS .navbar-buttons {
  text-align: center;
}
.cid-qZiG4uxJyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZiG4uxJyS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qZiG4uxJyS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZiG4uxJyS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZiG4uxJyS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qZiG4uxJyS .nav-link:hover,
.cid-qZiG4uxJyS .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .dropdown-item:hover {
  color: #878787 !important;
}
.cid-qZiG4uxJyS .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-qZiG4uxJyS .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qZiG4uxJyS .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qZiG4uxJyS .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-qZiG4uxJyS .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qZiG4uxJyS .dropdown-menu {
    top: 100%;
  }
  .cid-qZiG4uxJyS .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-qZiG4uxJyS .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-qZiG4uxJyS .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qZiG4uxJyS .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qZiG4uxJyS .nav-item:focus,
.cid-qZiG4uxJyS .nav-link:focus {
  outline: none;
}
.cid-qZiG4uxJyS a.nav-link:focus {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qZiG4uxJyS .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qZiG4uxJyS .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qZiG4uxJyS .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qZiG4uxJyS .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZiG4uxJyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qZiG4uxJyS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZiG4uxJyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZiG4uxJyS .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZiG4uxJyS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZiG4uxJyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qZiG4uxJyS .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qZiG4uxJyS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZiG4uxJyS .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZiG4uxJyS .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZiG4uxJyS .dropdown-item.active,
.cid-qZiG4uxJyS .dropdown-item:active {
  background-color: transparent;
}
.cid-qZiG4uxJyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qZiG4uxJyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZiG4uxJyS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZiG4uxJyS .navbar-buttons {
  text-align: center;
}
.cid-qZiG4uxJyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZiG4uxJyS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qZiG4uxJyS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZiG4uxJyS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZiG4uxJyS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qZiG4uxJyS .nav-link:hover,
.cid-qZiG4uxJyS .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .dropdown-item:hover {
  color: #878787 !important;
}
.cid-qZiG4uxJyS .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-qZiG4uxJyS .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qZiG4uxJyS .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qZiG4uxJyS .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-qZiG4uxJyS .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qZiG4uxJyS .dropdown-menu {
    top: 100%;
  }
  .cid-qZiG4uxJyS .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-qZiG4uxJyS .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-qZiG4uxJyS .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qZiG4uxJyS .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qZiVBZKFHH {
  background-image: url("../../../assets/images/dsc-8030-2000x1328.jpg");
}
.cid-qZiVBZKFHH .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-qZiVBZKFHH .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qZiVBZKFHH .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZj3TYzoEK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #67a27e;
}
.cid-qZj3TYzoEK .line {
  background-color: #d8d7d7;
  color: #d8d7d7;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZj3TYzoEK .mbr-text {
  padding: 2rem 0;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-qZj3TYzoEK .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-qZiXTdvzwh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qZiXTdvzwh .card .card-img {
  overflow: hidden;
}
.cid-qZiXTdvzwh .card .card-img img {
  transition: all .5s;
}
.cid-qZiXTdvzwh .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qZiXTdvzwh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZiXTdvzwh .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qZiXTdvzwh .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-qZiXTdvzwh .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-qZiXTdvzwh .card .card-wrapper .card-img .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-qZiXTdvzwh .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qZiXTdvzwh .popup-btn .card-link {
  display: block !important;
}
.cid-qZiXTdvzwh .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-qZiXTdvzwh .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  letter-spacing: 2px;
}
.cid-qZiXTdvzwh .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-qZiXTdvzwh .caption .card-title {
  padding-right: 2rem;
}
.cid-qZiXTdvzwh .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-qZiXTdvzwh .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qZiXTdvzwh .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-qZj4uzBrfN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qZj4uzBrfN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZj4uzBrfN .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qZj4uzBrfN .title {
    width: 100% !important;
  }
}
.cid-qZiVHQuyWL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qZiVHQuyWL .card {
  flex-direction: row;
  justify-content: center;
}
.cid-qZiVHQuyWL .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-qZiVHQuyWL .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-qZiVHQuyWL .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-qZiVHQuyWL .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-qZiVHQuyWL .card {
    flex-direction: column;
  }
  .cid-qZiVHQuyWL .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-qZiVHQuyWL .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-qZiVHQuyWL .card .card-box .card-title,
  .cid-qZiVHQuyWL .card .card-box .mbr-text,
  .cid-qZiVHQuyWL .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-qZiVHQuyWL .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-qZiVHQuyWL .card .card-img {
    text-align: right !important;
  }
}
.cid-qZiKtaMGkI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-qZiKtaMGkI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-qZiKtaMGkI .first-column .mbr-text {
  margin: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-qZiKtaMGkI .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column {
    padding-bottom: 2rem;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column,
  .cid-qZiKtaMGkI .third-column {
    text-align: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-qZiKtaMGkI .mbr-section-title,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qZiKtaMGkI .mbr-section-subtitle,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qYDqMciQSb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-qYDqMciQSb .mbr-text {
  color: #333333;
}
.cid-qZsvFrVVuc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZsvFrVVuc .content-slider {
  display: flex;
  justify-content: center;
  padding: 0;
}
.cid-qZsvFrVVuc .modal-body .close {
  background: #1b1b1b;
}
.cid-qZsvFrVVuc .modal-body .close span {
  font-style: normal;
}
.cid-qZsvFrVVuc .carousel-inner > .active,
.cid-qZsvFrVVuc .carousel-inner > .next,
.cid-qZsvFrVVuc .carousel-inner > .prev {
  display: flex;
}
.cid-qZsvFrVVuc .carousel-control .icon-next,
.cid-qZsvFrVVuc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qZsvFrVVuc .carousel-control:hover {
  background: #c19b76;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qZsvFrVVuc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qZsvFrVVuc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-qZsvFrVVuc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qZsvFrVVuc .boxed-slider > div {
  position: relative;
}
.cid-qZsvFrVVuc .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-qZsvFrVVuc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qZsvFrVVuc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZsvFrVVuc .mbr-table-cell {
  padding: 0;
}
.cid-qZsvFrVVuc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qZsvFrVVuc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZsvFrVVuc .mbr-overlay {
  z-index: 1;
}
.cid-qZsvFrVVuc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-qZsvFrVVuc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qZsvFrVVuc .carousel-item .container {
    width: 100%;
  }
}
.cid-qZsvFrVVuc .carousel-item-next.carousel-item-left,
.cid-qZsvFrVVuc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qZsvFrVVuc .active.carousel-item-right,
.cid-qZsvFrVVuc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qZsvFrVVuc .active.carousel-item-left,
.cid-qZsvFrVVuc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qZsvFrVVuc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
}
.cid-qZsvFrVVuc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-qZsvFrVVuc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-qZsvFrVVuc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qZsvFrVVuc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qZsvFrVVuc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #c19b76;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qZsvFrVVuc .mbr-slider .carousel-indicators li.active,
.cid-qZsvFrVVuc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qZsvFrVVuc .mbr-slider .carousel-indicators li::after,
.cid-qZsvFrVVuc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qZsvFrVVuc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qZsvFrVVuc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qZsvFrVVuc .mbr-slider > .container img {
  width: 100%;
}
.cid-qZsvFrVVuc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZsvFrVVuc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qZsvFrVVuc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZsvFrVVuc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZsvFrVVuc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qZsvFrVVuc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-qZsvFrVVuc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qZsvFrVVuc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qZsvFrVVuc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qZsvFrVVuc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZsvFrVVuc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qZsvFrVVuc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qZsvFrVVuc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qZsvFrVVuc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qZsvFrVVuc .carousel-inner {
  height: 100%;
}
.cid-qZsvFrVVuc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qZsvFrVVuc .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-qZsvFrVVuc .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-qZsvFrVVuc .content-slider-wrap {
  width: 100%;
}
.cid-qZswOn2k4i {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZswOn2k4i .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZswOn2k4i .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qZswOn2k4i .title {
    width: 100% !important;
  }
}
.cid-qZsxCirbxY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZsxCirbxY .mbr-text {
  text-align: center;
}
.cid-qZsAWImDaV {
  background-color: #67a27e;
}
.cid-qZsAWImDaV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZsAWImDaV .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZsAWImDaV .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-qZsAWImDaV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-qZsAWImDaV .image-element {
    padding-left: 0;
  }
}
.cid-qZsAWImDaV .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-qZsAWImDaV .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-qZsAWImDaV .brown {
  color: #c19b76;
}
.cid-qZsAWImDaV .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-qZsAWImDaV .paragraphs-wrapper .first-paragraph,
.cid-qZsAWImDaV .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qZsAWImDaV .image-element {
    padding-top: 1rem;
  }
  .cid-qZsAWImDaV .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-qZsAWImDaV .paragraphs-wrapper .first-paragraph,
  .cid-qZsAWImDaV .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-qZsAWImDaV .first-paragraph,
  .cid-qZsAWImDaV .second-paragraph {
    width: 50%;
  }
  .cid-qZsAWImDaV .first-paragraph {
    padding-right: .5rem;
  }
  .cid-qZsAWImDaV .second-paragraph {
    padding-left: .5rem;
  }
  .cid-qZsAWImDaV .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-qZsAWImDaV .mbr-section-title,
  .cid-qZsAWImDaV .mbr-section-btn {
    text-align: left;
  }
}
.cid-qZsAWImDaV .mbr-text,
.cid-qZsAWImDaV .mbr-section-btn {
  color: #232323;
}
.cid-qZsFhwqyfP {
  background-color: #e26c5a;
}
.cid-qZsFhwqyfP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZsFhwqyfP .row {
  flex-direction: row-reverse;
}
.cid-qZsFhwqyfP .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZsFhwqyfP .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-qZsFhwqyfP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-qZsFhwqyfP .image-element {
    padding-right: 0;
  }
}
.cid-qZsFhwqyfP .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-qZsFhwqyfP .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-qZsFhwqyfP .brown {
  color: #c19b76;
}
.cid-qZsFhwqyfP .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-qZsFhwqyfP .paragraphs-wrapper .first-paragraph,
.cid-qZsFhwqyfP .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qZsFhwqyfP .image-element {
    padding-bottom: 1rem;
  }
  .cid-qZsFhwqyfP .row {
    flex-direction: column-reverse;
  }
  .cid-qZsFhwqyfP .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-qZsFhwqyfP .paragraphs-wrapper .first-paragraph,
  .cid-qZsFhwqyfP .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-qZsFhwqyfP .first-paragraph,
  .cid-qZsFhwqyfP .second-paragraph {
    width: 50%;
  }
  .cid-qZsFhwqyfP .first-paragraph {
    padding-right: .5rem;
  }
  .cid-qZsFhwqyfP .second-paragraph {
    padding-left: .5rem;
  }
  .cid-qZsFhwqyfP .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-qZsFhwqyfP .mbr-section-title,
  .cid-qZsFhwqyfP .mbr-section-btn {
    text-align: left;
  }
}
.cid-qZsFhwqyfP .mbr-text,
.cid-qZsFhwqyfP .mbr-section-btn {
  color: #232323;
}
.cid-r0jlhIdS6i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-r0jlhIdS6i .wrapper {
  overflow: hidden;
}
.cid-r0jlhIdS6i .wrapper img {
  transition: all .5s;
}
.cid-r0jlhIdS6i .wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-r0jlhIdS6i .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r0jlhIdS6i .wrapper {
  position: relative;
  padding: 2rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-r0jlhIdS6i .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-r0jlhIdS6i .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r0jlhIdS6i .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-r0jlhIdS6i .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-r0jlhIdS6i .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-qZstVYTzYK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-qZstVYTzYK .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-qZstVYTzYK .first-column .mbr-text {
  margin: 0;
}
.cid-qZstVYTzYK .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-qZstVYTzYK .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-qZstVYTzYK .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-qZstVYTzYK .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-qZstVYTzYK .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-qZstVYTzYK .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-qZstVYTzYK .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-qZstVYTzYK .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-qZstVYTzYK .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZstVYTzYK .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZstVYTzYK .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-qZstVYTzYK .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-qZstVYTzYK .first-column,
  .cid-qZstVYTzYK .second-column {
    padding-bottom: 2rem;
  }
  .cid-qZstVYTzYK .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qZstVYTzYK .first-column,
  .cid-qZstVYTzYK .second-column,
  .cid-qZstVYTzYK .third-column {
    text-align: center;
  }
  .cid-qZstVYTzYK .form1 .mbr-form {
    justify-content: center;
  }
  .cid-qZstVYTzYK .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-qZstVYTzYK .mbr-section-title,
.cid-qZstVYTzYK .icons-wrapper {
  text-align: center;
}
.cid-qZstVYTzYK .mbr-section-subtitle,
.cid-qZstVYTzYK .icons-wrapper {
  text-align: center;
}
.cid-qZstVZKg9p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-qZstVZKg9p .mbr-text {
  color: #333333;
}
.cid-qZstW0izwC .nav-item:focus,
.cid-qZstW0izwC .nav-link:focus {
  outline: none;
}
.cid-qZstW0izwC a.nav-link:focus {
  color: #ffffff !important;
}
.cid-qZstW0izwC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qZstW0izwC .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qZstW0izwC .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qZstW0izwC .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qZstW0izwC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZstW0izwC .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qZstW0izwC .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qZstW0izwC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZstW0izwC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZstW0izwC .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qZstW0izwC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZstW0izwC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZstW0izwC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZstW0izwC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qZstW0izwC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZstW0izwC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZstW0izwC .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qZstW0izwC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZstW0izwC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZstW0izwC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZstW0izwC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZstW0izwC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZstW0izwC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZstW0izwC .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qZstW0izwC .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qZstW0izwC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZstW0izwC .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qZstW0izwC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZstW0izwC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZstW0izwC .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZstW0izwC .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qZstW0izwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qZstW0izwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZstW0izwC .dropdown-item.active,
.cid-qZstW0izwC .dropdown-item:active {
  background-color: transparent;
}
.cid-qZstW0izwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZstW0izwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZstW0izwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZstW0izwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qZstW0izwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qZstW0izwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZstW0izwC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZstW0izwC .navbar-buttons {
  text-align: center;
}
.cid-qZstW0izwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZstW0izwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZstW0izwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZstW0izwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZstW0izwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZstW0izwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZstW0izwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZstW0izwC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZstW0izwC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZstW0izwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZstW0izwC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZstW0izwC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qZstW0izwC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZstW0izwC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZstW0izwC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qZstW0izwC .nav-link:hover,
.cid-qZstW0izwC .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-qZstW0izwC .dropdown-item:hover {
  color: #878787 !important;
}
.cid-qZstW0izwC .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-qZstW0izwC .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qZstW0izwC .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qZstW0izwC .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-qZstW0izwC .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qZstW0izwC .dropdown-menu {
    top: 100%;
  }
  .cid-qZstW0izwC .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-qZstW0izwC .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-qZstW0izwC .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qZstW0izwC .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qZzG6cb5zu .modal-body .close {
  background: #1b1b1b;
}
.cid-qZzG6cb5zu .modal-body .close span {
  font-style: normal;
}
.cid-qZzG6cb5zu .carousel-inner > .active,
.cid-qZzG6cb5zu .carousel-inner > .next,
.cid-qZzG6cb5zu .carousel-inner > .prev {
  display: table;
}
.cid-qZzG6cb5zu .carousel-control .icon-next,
.cid-qZzG6cb5zu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qZzG6cb5zu .carousel-control:hover {
  background: #c19b76;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qZzG6cb5zu .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZzG6cb5zu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qZzG6cb5zu .boxed-slider > div {
  position: relative;
}
.cid-qZzG6cb5zu .container img {
  width: 100%;
}
.cid-qZzG6cb5zu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qZzG6cb5zu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZzG6cb5zu .mbr-table-cell {
  padding: 0;
}
.cid-qZzG6cb5zu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qZzG6cb5zu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZzG6cb5zu .mbr-overlay {
  z-index: 1;
}
.cid-qZzG6cb5zu .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZzG6cb5zu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qZzG6cb5zu .carousel-item .container {
    width: 100%;
  }
}
.cid-qZzG6cb5zu .carousel-item-next.carousel-item-left,
.cid-qZzG6cb5zu .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qZzG6cb5zu .active.carousel-item-right,
.cid-qZzG6cb5zu .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qZzG6cb5zu .active.carousel-item-left,
.cid-qZzG6cb5zu .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qZzG6cb5zu .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
}
.cid-qZzG6cb5zu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-qZzG6cb5zu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-qZzG6cb5zu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qZzG6cb5zu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qZzG6cb5zu .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #c19b76;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qZzG6cb5zu .mbr-slider .carousel-indicators li.active,
.cid-qZzG6cb5zu .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qZzG6cb5zu .mbr-slider .carousel-indicators li::after,
.cid-qZzG6cb5zu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qZzG6cb5zu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qZzG6cb5zu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qZzG6cb5zu .mbr-slider > .container img {
  width: 100%;
}
.cid-qZzG6cb5zu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZzG6cb5zu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qZzG6cb5zu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZzG6cb5zu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZzG6cb5zu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qZzG6cb5zu .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qZzG6cb5zu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qZzG6cb5zu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qZzG6cb5zu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qZzG6cb5zu .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZzG6cb5zu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qZzG6cb5zu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qZzG6cb5zu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qZiG4uxJyS .nav-item:focus,
.cid-qZiG4uxJyS .nav-link:focus {
  outline: none;
}
.cid-qZiG4uxJyS a.nav-link:focus {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qZiG4uxJyS .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qZiG4uxJyS .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qZiG4uxJyS .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qZiG4uxJyS .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZiG4uxJyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qZiG4uxJyS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZiG4uxJyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZiG4uxJyS .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZiG4uxJyS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZiG4uxJyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qZiG4uxJyS .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qZiG4uxJyS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZiG4uxJyS .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZiG4uxJyS .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZiG4uxJyS .dropdown-item.active,
.cid-qZiG4uxJyS .dropdown-item:active {
  background-color: transparent;
}
.cid-qZiG4uxJyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qZiG4uxJyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZiG4uxJyS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZiG4uxJyS .navbar-buttons {
  text-align: center;
}
.cid-qZiG4uxJyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZiG4uxJyS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qZiG4uxJyS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZiG4uxJyS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZiG4uxJyS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qZiG4uxJyS .nav-link:hover,
.cid-qZiG4uxJyS .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .dropdown-item:hover {
  color: #878787 !important;
}
.cid-qZiG4uxJyS .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-qZiG4uxJyS .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qZiG4uxJyS .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qZiG4uxJyS .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-qZiG4uxJyS .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qZiG4uxJyS .dropdown-menu {
    top: 100%;
  }
  .cid-qZiG4uxJyS .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-qZiG4uxJyS .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-qZiG4uxJyS .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qZiG4uxJyS .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qZzMPpaz61 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZzMPpaz61 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZzMPpaz61 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qZzMPpaz61 .title {
    width: 100% !important;
  }
}
.cid-qZzMQuMwvi {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qZzMQuMwvi blockquote {
  border-color: #c19b76 !important;
}
.cid-qZzOyRjE6m {
  background-color: #000000;
}
.cid-qZzOyRjE6m .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZzOyRjE6m .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZzOyRjE6m .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-qZzOyRjE6m .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-qZzOyRjE6m .image-element {
    padding-left: 0;
  }
}
.cid-qZzOyRjE6m .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-qZzOyRjE6m .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-qZzOyRjE6m .brown {
  color: #c19b76;
}
.cid-qZzOyRjE6m .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-qZzOyRjE6m .paragraphs-wrapper .first-paragraph,
.cid-qZzOyRjE6m .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qZzOyRjE6m .image-element {
    padding-top: 1rem;
  }
  .cid-qZzOyRjE6m .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-qZzOyRjE6m .paragraphs-wrapper .first-paragraph,
  .cid-qZzOyRjE6m .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-qZzOyRjE6m .first-paragraph,
  .cid-qZzOyRjE6m .second-paragraph {
    width: 50%;
  }
  .cid-qZzOyRjE6m .first-paragraph {
    padding-right: .5rem;
  }
  .cid-qZzOyRjE6m .second-paragraph {
    padding-left: .5rem;
  }
  .cid-qZzOyRjE6m .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-qZzOyRjE6m .mbr-section-title,
  .cid-qZzOyRjE6m .mbr-section-btn {
    text-align: left;
  }
}
.cid-qZzOyRjE6m .mbr-text,
.cid-qZzOyRjE6m .mbr-section-btn {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-qZiKtaMGkI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-qZiKtaMGkI .first-column .mbr-text {
  margin: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-qZiKtaMGkI .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column {
    padding-bottom: 2rem;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column,
  .cid-qZiKtaMGkI .third-column {
    text-align: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-qZiKtaMGkI .mbr-section-title,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qZiKtaMGkI .mbr-section-subtitle,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qYDqMciQSb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-qYDqMciQSb .mbr-text {
  color: #333333;
}
.cid-qZzThXF0Gl {
  background-image: url("../../../assets/images/appartamento-quarzo-3-2000x1328.jpg");
}
.cid-qZzThXF0Gl .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-qZzThXF0Gl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qZzThXF0Gl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZzToc92A3 {
  background-color: #67a27e;
}
.cid-qZzToc92A3 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZzToc92A3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZzToc92A3 .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-qZzToc92A3 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-qZzToc92A3 .image-element {
    padding-left: 0;
  }
}
.cid-qZzToc92A3 .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-qZzToc92A3 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-qZzToc92A3 .brown {
  color: #c19b76;
}
.cid-qZzToc92A3 .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-qZzToc92A3 .paragraphs-wrapper .first-paragraph,
.cid-qZzToc92A3 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qZzToc92A3 .image-element {
    padding-top: 1rem;
  }
  .cid-qZzToc92A3 .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-qZzToc92A3 .paragraphs-wrapper .first-paragraph,
  .cid-qZzToc92A3 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-qZzToc92A3 .first-paragraph,
  .cid-qZzToc92A3 .second-paragraph {
    width: 50%;
  }
  .cid-qZzToc92A3 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-qZzToc92A3 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-qZzToc92A3 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-qZzToc92A3 .mbr-section-title,
  .cid-qZzToc92A3 .mbr-section-btn {
    text-align: left;
  }
}
.cid-qZzToc92A3 .mbr-text,
.cid-qZzToc92A3 .mbr-section-btn {
  color: #232323;
}
.cid-qZzToc92A3 .mbr-text,
.cid-qZzToc92A3 .mbr-section-btn B {
  color: #ffffff;
}
.cid-qZA56fkpt5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZA56fkpt5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZA56fkpt5 .mbr-section-title,
.cid-qZA56fkpt5 .mbr-section-subtitle,
.cid-qZA56fkpt5 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qZA56fkpt5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZA56fkpt5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZA56fkpt5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZA56fkpt5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZA56fkpt5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background: linear-gradient(180deg, #efefef, #c19b76);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qZA56fkpt5 .icon-focus {
  display: none;
}
.cid-qZA56fkpt5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qZA56fkpt5 ul {
  font-size: 0;
}
.cid-qZA56fkpt5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qZA56fkpt5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qZA56fkpt5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-qZA56fkpt5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qZA56fkpt5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qZA56fkpt5 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qZA56fkpt5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qZA56fkpt5 .btn:hover {
  background: transparent !important;
}
.cid-qZA56fkpt5 .btn:hover:before {
  background: transparent !important;
}
.cid-qZA56fkpt5 .btn:before {
  background-color: transparent !important;
}
.cid-qZA56fkpt5 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-qZtEcMwt2w .nav-item:focus,
.cid-qZtEcMwt2w .nav-link:focus {
  outline: none;
}
.cid-qZtEcMwt2w a.nav-link:focus {
  color: #ffffff !important;
}
.cid-qZtEcMwt2w .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qZtEcMwt2w .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qZtEcMwt2w .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qZtEcMwt2w .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qZtEcMwt2w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZtEcMwt2w .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qZtEcMwt2w .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qZtEcMwt2w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZtEcMwt2w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZtEcMwt2w .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qZtEcMwt2w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZtEcMwt2w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZtEcMwt2w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZtEcMwt2w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qZtEcMwt2w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZtEcMwt2w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZtEcMwt2w .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qZtEcMwt2w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZtEcMwt2w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZtEcMwt2w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZtEcMwt2w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZtEcMwt2w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZtEcMwt2w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZtEcMwt2w .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qZtEcMwt2w .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qZtEcMwt2w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZtEcMwt2w .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qZtEcMwt2w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZtEcMwt2w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZtEcMwt2w .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZtEcMwt2w .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qZtEcMwt2w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qZtEcMwt2w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZtEcMwt2w .dropdown-item.active,
.cid-qZtEcMwt2w .dropdown-item:active {
  background-color: transparent;
}
.cid-qZtEcMwt2w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZtEcMwt2w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZtEcMwt2w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZtEcMwt2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qZtEcMwt2w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qZtEcMwt2w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZtEcMwt2w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZtEcMwt2w .navbar-buttons {
  text-align: center;
}
.cid-qZtEcMwt2w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZtEcMwt2w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZtEcMwt2w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZtEcMwt2w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZtEcMwt2w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZtEcMwt2w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZtEcMwt2w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZtEcMwt2w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZtEcMwt2w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZtEcMwt2w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZtEcMwt2w .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZtEcMwt2w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qZtEcMwt2w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZtEcMwt2w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZtEcMwt2w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qZtEcMwt2w .nav-link:hover,
.cid-qZtEcMwt2w .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-qZtEcMwt2w .dropdown-item:hover {
  color: #878787 !important;
}
.cid-qZtEcMwt2w .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-qZtEcMwt2w .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qZtEcMwt2w .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qZtEcMwt2w .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-qZtEcMwt2w .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qZtEcMwt2w .dropdown-menu {
    top: 100%;
  }
  .cid-qZtEcMwt2w .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-qZtEcMwt2w .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-qZtEcMwt2w .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qZtEcMwt2w .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qZA4WKOYbO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qZA4WKOYbO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZA4WKOYbO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qZA4WKOYbO .title {
    width: 100% !important;
  }
}
.cid-qZA4X3qbzh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qZA4X3qbzh .card {
  flex-direction: row;
  justify-content: center;
}
.cid-qZA4X3qbzh .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-qZA4X3qbzh .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-qZA4X3qbzh .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-qZA4X3qbzh .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-qZA4X3qbzh .card {
    flex-direction: column;
  }
  .cid-qZA4X3qbzh .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-qZA4X3qbzh .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-qZA4X3qbzh .card .card-box .card-title,
  .cid-qZA4X3qbzh .card .card-box .mbr-text,
  .cid-qZA4X3qbzh .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-qZA4X3qbzh .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-qZA4X3qbzh .card .card-img {
    text-align: right !important;
  }
}
.cid-qZtEcKZdqs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-qZtEcKZdqs .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-qZtEcKZdqs .first-column .mbr-text {
  margin: 0;
}
.cid-qZtEcKZdqs .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-qZtEcKZdqs .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-qZtEcKZdqs .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-qZtEcKZdqs .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-qZtEcKZdqs .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-qZtEcKZdqs .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-qZtEcKZdqs .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-qZtEcKZdqs .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-qZtEcKZdqs .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZtEcKZdqs .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZtEcKZdqs .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-qZtEcKZdqs .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-qZtEcKZdqs .first-column,
  .cid-qZtEcKZdqs .second-column {
    padding-bottom: 2rem;
  }
  .cid-qZtEcKZdqs .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qZtEcKZdqs .first-column,
  .cid-qZtEcKZdqs .second-column,
  .cid-qZtEcKZdqs .third-column {
    text-align: center;
  }
  .cid-qZtEcKZdqs .form1 .mbr-form {
    justify-content: center;
  }
  .cid-qZtEcKZdqs .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-qZtEcKZdqs .mbr-section-title,
.cid-qZtEcKZdqs .icons-wrapper {
  text-align: center;
}
.cid-qZtEcKZdqs .mbr-section-subtitle,
.cid-qZtEcKZdqs .icons-wrapper {
  text-align: center;
}
.cid-qZtEcM333P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-qZtEcM333P .mbr-text {
  color: #333333;
}
.cid-qZzPIEUSX7 .modal-body .close {
  background: #1b1b1b;
}
.cid-qZzPIEUSX7 .modal-body .close span {
  font-style: normal;
}
.cid-qZzPIEUSX7 .carousel-inner > .active,
.cid-qZzPIEUSX7 .carousel-inner > .next,
.cid-qZzPIEUSX7 .carousel-inner > .prev {
  display: table;
}
.cid-qZzPIEUSX7 .carousel-control .icon-next,
.cid-qZzPIEUSX7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qZzPIEUSX7 .carousel-control:hover {
  background: #c19b76;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qZzPIEUSX7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZzPIEUSX7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qZzPIEUSX7 .boxed-slider > div {
  position: relative;
}
.cid-qZzPIEUSX7 .container img {
  width: 100%;
}
.cid-qZzPIEUSX7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qZzPIEUSX7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZzPIEUSX7 .mbr-table-cell {
  padding: 0;
}
.cid-qZzPIEUSX7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qZzPIEUSX7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZzPIEUSX7 .mbr-overlay {
  z-index: 1;
}
.cid-qZzPIEUSX7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZzPIEUSX7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qZzPIEUSX7 .carousel-item .container {
    width: 100%;
  }
}
.cid-qZzPIEUSX7 .carousel-item-next.carousel-item-left,
.cid-qZzPIEUSX7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qZzPIEUSX7 .active.carousel-item-right,
.cid-qZzPIEUSX7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qZzPIEUSX7 .active.carousel-item-left,
.cid-qZzPIEUSX7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-qZzPIEUSX7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #c19b76;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-indicators li.active,
.cid-qZzPIEUSX7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-indicators li::after,
.cid-qZzPIEUSX7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qZzPIEUSX7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qZzPIEUSX7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qZzPIEUSX7 .mbr-slider > .container img {
  width: 100%;
}
.cid-qZzPIEUSX7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZzPIEUSX7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qZzPIEUSX7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZzPIEUSX7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZzPIEUSX7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qZzPIEUSX7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qZzPIEUSX7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qZzPIEUSX7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qZzPIEUSX7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qZzPIEUSX7 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZzPIEUSX7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qZzPIEUSX7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qZzPIEUSX7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qZzPIFC3zH .nav-item:focus,
.cid-qZzPIFC3zH .nav-link:focus {
  outline: none;
}
.cid-qZzPIFC3zH a.nav-link:focus {
  color: #ffffff !important;
}
.cid-qZzPIFC3zH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qZzPIFC3zH .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qZzPIFC3zH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qZzPIFC3zH .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qZzPIFC3zH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZzPIFC3zH .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qZzPIFC3zH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qZzPIFC3zH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZzPIFC3zH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZzPIFC3zH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qZzPIFC3zH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZzPIFC3zH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZzPIFC3zH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZzPIFC3zH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qZzPIFC3zH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZzPIFC3zH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZzPIFC3zH .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qZzPIFC3zH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZzPIFC3zH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZzPIFC3zH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZzPIFC3zH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZzPIFC3zH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZzPIFC3zH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZzPIFC3zH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qZzPIFC3zH .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qZzPIFC3zH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZzPIFC3zH .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qZzPIFC3zH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZzPIFC3zH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZzPIFC3zH .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZzPIFC3zH .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qZzPIFC3zH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qZzPIFC3zH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZzPIFC3zH .dropdown-item.active,
.cid-qZzPIFC3zH .dropdown-item:active {
  background-color: transparent;
}
.cid-qZzPIFC3zH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZzPIFC3zH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZzPIFC3zH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZzPIFC3zH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qZzPIFC3zH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qZzPIFC3zH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZzPIFC3zH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZzPIFC3zH .navbar-buttons {
  text-align: center;
}
.cid-qZzPIFC3zH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZzPIFC3zH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZzPIFC3zH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZzPIFC3zH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZzPIFC3zH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZzPIFC3zH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZzPIFC3zH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZzPIFC3zH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZzPIFC3zH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZzPIFC3zH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZzPIFC3zH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZzPIFC3zH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qZzPIFC3zH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZzPIFC3zH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZzPIFC3zH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qZzPIFC3zH .nav-link:hover,
.cid-qZzPIFC3zH .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-qZzPIFC3zH .dropdown-item:hover {
  color: #878787 !important;
}
.cid-qZzPIFC3zH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-qZzPIFC3zH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qZzPIFC3zH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qZzPIFC3zH .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-qZzPIFC3zH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qZzPIFC3zH .dropdown-menu {
    top: 100%;
  }
  .cid-qZzPIFC3zH .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-qZzPIFC3zH .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-qZzPIFC3zH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qZzPIFC3zH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qZzPIGrN7f {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZzPIGrN7f .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZzPIGrN7f .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qZzPIGrN7f .title {
    width: 100% !important;
  }
}
.cid-qZzPIGVOKb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qZzPIGVOKb blockquote {
  border-color: #c19b76 !important;
}
.cid-qZzPIHh9kV {
  background-color: #000000;
}
.cid-qZzPIHh9kV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZzPIHh9kV .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZzPIHh9kV .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-qZzPIHh9kV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-qZzPIHh9kV .image-element {
    padding-left: 0;
  }
}
.cid-qZzPIHh9kV .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-qZzPIHh9kV .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-qZzPIHh9kV .brown {
  color: #c19b76;
}
.cid-qZzPIHh9kV .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-qZzPIHh9kV .paragraphs-wrapper .first-paragraph,
.cid-qZzPIHh9kV .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qZzPIHh9kV .image-element {
    padding-top: 1rem;
  }
  .cid-qZzPIHh9kV .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-qZzPIHh9kV .paragraphs-wrapper .first-paragraph,
  .cid-qZzPIHh9kV .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-qZzPIHh9kV .first-paragraph,
  .cid-qZzPIHh9kV .second-paragraph {
    width: 50%;
  }
  .cid-qZzPIHh9kV .first-paragraph {
    padding-right: .5rem;
  }
  .cid-qZzPIHh9kV .second-paragraph {
    padding-left: .5rem;
  }
  .cid-qZzPIHh9kV .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-qZzPIHh9kV .mbr-section-title,
  .cid-qZzPIHh9kV .mbr-section-btn {
    text-align: left;
  }
}
.cid-qZzPIHh9kV .mbr-text,
.cid-qZzPIHh9kV .mbr-section-btn {
  color: #d8d7d7;
}
.cid-qZzPII9oTz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-qZzPII9oTz .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-qZzPII9oTz .first-column .mbr-text {
  margin: 0;
}
.cid-qZzPII9oTz .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-qZzPII9oTz .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-qZzPII9oTz .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-qZzPII9oTz .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-qZzPII9oTz .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-qZzPII9oTz .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-qZzPII9oTz .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-qZzPII9oTz .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-qZzPII9oTz .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZzPII9oTz .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZzPII9oTz .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-qZzPII9oTz .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-qZzPII9oTz .first-column,
  .cid-qZzPII9oTz .second-column {
    padding-bottom: 2rem;
  }
  .cid-qZzPII9oTz .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qZzPII9oTz .first-column,
  .cid-qZzPII9oTz .second-column,
  .cid-qZzPII9oTz .third-column {
    text-align: center;
  }
  .cid-qZzPII9oTz .form1 .mbr-form {
    justify-content: center;
  }
  .cid-qZzPII9oTz .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-qZzPII9oTz .mbr-section-title,
.cid-qZzPII9oTz .icons-wrapper {
  text-align: center;
}
.cid-qZzPII9oTz .mbr-section-subtitle,
.cid-qZzPII9oTz .icons-wrapper {
  text-align: center;
}
.cid-qZzPIJ3RER {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-qZzPIJ3RER .mbr-text {
  color: #333333;
}
.cid-r0eJHH1iKu {
  background-image: url("../../../assets/images/appartamento-zaffiro-6-2000x1330.jpg");
}
.cid-r0eJHH1iKu .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-r0eJHH1iKu .mbr-arrow i {
  color: #ffffff !important;
}
.cid-r0eJHH1iKu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-r0eJHHILWB {
  background-color: #67a27e;
}
.cid-r0eJHHILWB .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-r0eJHHILWB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-r0eJHHILWB .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-r0eJHHILWB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-r0eJHHILWB .image-element {
    padding-left: 0;
  }
}
.cid-r0eJHHILWB .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-r0eJHHILWB .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-r0eJHHILWB .brown {
  color: #c19b76;
}
.cid-r0eJHHILWB .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-r0eJHHILWB .paragraphs-wrapper .first-paragraph,
.cid-r0eJHHILWB .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-r0eJHHILWB .image-element {
    padding-top: 1rem;
  }
  .cid-r0eJHHILWB .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-r0eJHHILWB .paragraphs-wrapper .first-paragraph,
  .cid-r0eJHHILWB .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-r0eJHHILWB .first-paragraph,
  .cid-r0eJHHILWB .second-paragraph {
    width: 50%;
  }
  .cid-r0eJHHILWB .first-paragraph {
    padding-right: .5rem;
  }
  .cid-r0eJHHILWB .second-paragraph {
    padding-left: .5rem;
  }
  .cid-r0eJHHILWB .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-r0eJHHILWB .mbr-section-title,
  .cid-r0eJHHILWB .mbr-section-btn {
    text-align: left;
  }
}
.cid-r0eJHHILWB .mbr-text,
.cid-r0eJHHILWB .mbr-section-btn {
  color: #232323;
}
.cid-r0eJHHILWB .mbr-text,
.cid-r0eJHHILWB .mbr-section-btn B {
  color: #ffffff;
}
.cid-r0eJHJ9o9C .nav-item:focus,
.cid-r0eJHJ9o9C .nav-link:focus {
  outline: none;
}
.cid-r0eJHJ9o9C a.nav-link:focus {
  color: #ffffff !important;
}
.cid-r0eJHJ9o9C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-r0eJHJ9o9C .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-r0eJHJ9o9C .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-r0eJHJ9o9C .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-r0eJHJ9o9C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r0eJHJ9o9C .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-r0eJHJ9o9C .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-r0eJHJ9o9C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r0eJHJ9o9C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r0eJHJ9o9C .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-r0eJHJ9o9C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r0eJHJ9o9C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r0eJHJ9o9C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r0eJHJ9o9C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-r0eJHJ9o9C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r0eJHJ9o9C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r0eJHJ9o9C .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-r0eJHJ9o9C .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r0eJHJ9o9C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r0eJHJ9o9C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r0eJHJ9o9C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r0eJHJ9o9C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r0eJHJ9o9C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r0eJHJ9o9C .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-r0eJHJ9o9C .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-r0eJHJ9o9C .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r0eJHJ9o9C .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-r0eJHJ9o9C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r0eJHJ9o9C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r0eJHJ9o9C .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-r0eJHJ9o9C .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-r0eJHJ9o9C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-r0eJHJ9o9C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r0eJHJ9o9C .dropdown-item.active,
.cid-r0eJHJ9o9C .dropdown-item:active {
  background-color: transparent;
}
.cid-r0eJHJ9o9C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-r0eJHJ9o9C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r0eJHJ9o9C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r0eJHJ9o9C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-r0eJHJ9o9C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-r0eJHJ9o9C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r0eJHJ9o9C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-r0eJHJ9o9C .navbar-buttons {
  text-align: center;
}
.cid-r0eJHJ9o9C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-r0eJHJ9o9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r0eJHJ9o9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r0eJHJ9o9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r0eJHJ9o9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r0eJHJ9o9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r0eJHJ9o9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0eJHJ9o9C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r0eJHJ9o9C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r0eJHJ9o9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0eJHJ9o9C .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r0eJHJ9o9C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-r0eJHJ9o9C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-r0eJHJ9o9C .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-r0eJHJ9o9C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-r0eJHJ9o9C .nav-link:hover,
.cid-r0eJHJ9o9C .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-r0eJHJ9o9C .dropdown-item:hover {
  color: #878787 !important;
}
.cid-r0eJHJ9o9C .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-r0eJHJ9o9C .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-r0eJHJ9o9C .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-r0eJHJ9o9C .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-r0eJHJ9o9C .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-r0eJHJ9o9C .dropdown-menu {
    top: 100%;
  }
  .cid-r0eJHJ9o9C .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-r0eJHJ9o9C .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-r0eJHJ9o9C .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-r0eJHJ9o9C .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-r0eNn903Ya {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r0eNn903Ya .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r0eNn903Ya .mbr-section-title,
.cid-r0eNn903Ya .mbr-section-subtitle,
.cid-r0eNn903Ya .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-r0eNn903Ya .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r0eNn903Ya .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0eNn903Ya .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0eNn903Ya .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r0eNn903Ya .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background: linear-gradient(180deg, #efefef, #c19b76);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r0eNn903Ya .icon-focus {
  display: none;
}
.cid-r0eNn903Ya .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-r0eNn903Ya ul {
  font-size: 0;
}
.cid-r0eNn903Ya .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-r0eNn903Ya .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-r0eNn903Ya .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-r0eNn903Ya .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-r0eNn903Ya .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-r0eNn903Ya .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-r0eNn903Ya .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-r0eNn903Ya .btn:hover {
  background: transparent !important;
}
.cid-r0eNn903Ya .btn:hover:before {
  background: transparent !important;
}
.cid-r0eNn903Ya .btn:before {
  background-color: transparent !important;
}
.cid-r0eNn903Ya .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-r0eJHJIDaM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-r0eJHJIDaM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r0eJHJIDaM .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-r0eJHJIDaM .title {
    width: 100% !important;
  }
}
.cid-r0eJHKbtaO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r0eJHKbtaO .card {
  flex-direction: row;
  justify-content: center;
}
.cid-r0eJHKbtaO .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-r0eJHKbtaO .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-r0eJHKbtaO .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-r0eJHKbtaO .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-r0eJHKbtaO .card {
    flex-direction: column;
  }
  .cid-r0eJHKbtaO .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-r0eJHKbtaO .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-r0eJHKbtaO .card .card-box .card-title,
  .cid-r0eJHKbtaO .card .card-box .mbr-text,
  .cid-r0eJHKbtaO .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-r0eJHKbtaO .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-r0eJHKbtaO .card .card-img {
    text-align: right !important;
  }
}
.cid-r0eJHLn1GN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-r0eJHLn1GN .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-r0eJHLn1GN .first-column .mbr-text {
  margin: 0;
}
.cid-r0eJHLn1GN .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-r0eJHLn1GN .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-r0eJHLn1GN .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-r0eJHLn1GN .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-r0eJHLn1GN .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-r0eJHLn1GN .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-r0eJHLn1GN .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-r0eJHLn1GN .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-r0eJHLn1GN .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-r0eJHLn1GN .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-r0eJHLn1GN .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-r0eJHLn1GN .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-r0eJHLn1GN .first-column,
  .cid-r0eJHLn1GN .second-column {
    padding-bottom: 2rem;
  }
  .cid-r0eJHLn1GN .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-r0eJHLn1GN .first-column,
  .cid-r0eJHLn1GN .second-column,
  .cid-r0eJHLn1GN .third-column {
    text-align: center;
  }
  .cid-r0eJHLn1GN .form1 .mbr-form {
    justify-content: center;
  }
  .cid-r0eJHLn1GN .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-r0eJHLn1GN .mbr-section-title,
.cid-r0eJHLn1GN .icons-wrapper {
  text-align: center;
}
.cid-r0eJHLn1GN .mbr-section-subtitle,
.cid-r0eJHLn1GN .icons-wrapper {
  text-align: center;
}
.cid-r0eJHMcnCA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-r0eJHMcnCA .mbr-text {
  color: #333333;
}
.cid-r0j64i4K6n {
  background-image: url("../../../assets/images/appartamento-rubino-4-2000x1330.jpg");
}
.cid-r0j64i4K6n .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-r0j64i4K6n .mbr-arrow i {
  color: #ffffff !important;
}
.cid-r0j64i4K6n .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-r0j64j4wn9 {
  background-color: #67a27e;
}
.cid-r0j64j4wn9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-r0j64j4wn9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-r0j64j4wn9 .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-r0j64j4wn9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-r0j64j4wn9 .image-element {
    padding-left: 0;
  }
}
.cid-r0j64j4wn9 .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-r0j64j4wn9 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-r0j64j4wn9 .brown {
  color: #c19b76;
}
.cid-r0j64j4wn9 .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-r0j64j4wn9 .paragraphs-wrapper .first-paragraph,
.cid-r0j64j4wn9 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-r0j64j4wn9 .image-element {
    padding-top: 1rem;
  }
  .cid-r0j64j4wn9 .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-r0j64j4wn9 .paragraphs-wrapper .first-paragraph,
  .cid-r0j64j4wn9 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-r0j64j4wn9 .first-paragraph,
  .cid-r0j64j4wn9 .second-paragraph {
    width: 50%;
  }
  .cid-r0j64j4wn9 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-r0j64j4wn9 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-r0j64j4wn9 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-r0j64j4wn9 .mbr-section-title,
  .cid-r0j64j4wn9 .mbr-section-btn {
    text-align: left;
  }
}
.cid-r0j64j4wn9 .mbr-text,
.cid-r0j64j4wn9 .mbr-section-btn {
  color: #232323;
}
.cid-r0j64j4wn9 .mbr-text,
.cid-r0j64j4wn9 .mbr-section-btn B {
  color: #ffffff;
}
.cid-r0j64jOCBw .nav-item:focus,
.cid-r0j64jOCBw .nav-link:focus {
  outline: none;
}
.cid-r0j64jOCBw a.nav-link:focus {
  color: #ffffff !important;
}
.cid-r0j64jOCBw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-r0j64jOCBw .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-r0j64jOCBw .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-r0j64jOCBw .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-r0j64jOCBw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r0j64jOCBw .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-r0j64jOCBw .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-r0j64jOCBw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r0j64jOCBw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r0j64jOCBw .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-r0j64jOCBw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r0j64jOCBw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r0j64jOCBw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r0j64jOCBw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-r0j64jOCBw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r0j64jOCBw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r0j64jOCBw .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-r0j64jOCBw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r0j64jOCBw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r0j64jOCBw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r0j64jOCBw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r0j64jOCBw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r0j64jOCBw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r0j64jOCBw .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-r0j64jOCBw .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-r0j64jOCBw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r0j64jOCBw .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-r0j64jOCBw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r0j64jOCBw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r0j64jOCBw .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-r0j64jOCBw .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-r0j64jOCBw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-r0j64jOCBw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r0j64jOCBw .dropdown-item.active,
.cid-r0j64jOCBw .dropdown-item:active {
  background-color: transparent;
}
.cid-r0j64jOCBw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-r0j64jOCBw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r0j64jOCBw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r0j64jOCBw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-r0j64jOCBw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-r0j64jOCBw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r0j64jOCBw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-r0j64jOCBw .navbar-buttons {
  text-align: center;
}
.cid-r0j64jOCBw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-r0j64jOCBw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r0j64jOCBw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r0j64jOCBw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r0j64jOCBw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r0j64jOCBw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r0j64jOCBw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0j64jOCBw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r0j64jOCBw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r0j64jOCBw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0j64jOCBw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r0j64jOCBw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-r0j64jOCBw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-r0j64jOCBw .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-r0j64jOCBw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-r0j64jOCBw .nav-link:hover,
.cid-r0j64jOCBw .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-r0j64jOCBw .dropdown-item:hover {
  color: #878787 !important;
}
.cid-r0j64jOCBw .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-r0j64jOCBw .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-r0j64jOCBw .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-r0j64jOCBw .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-r0j64jOCBw .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-r0j64jOCBw .dropdown-menu {
    top: 100%;
  }
  .cid-r0j64jOCBw .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-r0j64jOCBw .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-r0j64jOCBw .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-r0j64jOCBw .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-r0j6IkNSQG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r0j6IkNSQG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r0j6IkNSQG .mbr-section-title,
.cid-r0j6IkNSQG .mbr-section-subtitle,
.cid-r0j6IkNSQG .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-r0j6IkNSQG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r0j6IkNSQG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0j6IkNSQG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0j6IkNSQG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r0j6IkNSQG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background: linear-gradient(180deg, #efefef, #c19b76);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r0j6IkNSQG .icon-focus {
  display: none;
}
.cid-r0j6IkNSQG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-r0j6IkNSQG ul {
  font-size: 0;
}
.cid-r0j6IkNSQG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-r0j6IkNSQG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-r0j6IkNSQG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-r0j6IkNSQG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-r0j6IkNSQG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-r0j6IkNSQG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-r0j6IkNSQG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-r0j6IkNSQG .btn:hover {
  background: transparent !important;
}
.cid-r0j6IkNSQG .btn:hover:before {
  background: transparent !important;
}
.cid-r0j6IkNSQG .btn:before {
  background-color: transparent !important;
}
.cid-r0j6IkNSQG .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-r0j64lnhOx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-r0j64lnhOx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r0j64lnhOx .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-r0j64lnhOx .title {
    width: 100% !important;
  }
}
.cid-r0j64lV1dZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r0j64lV1dZ .card {
  flex-direction: row;
  justify-content: center;
}
.cid-r0j64lV1dZ .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-r0j64lV1dZ .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-r0j64lV1dZ .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-r0j64lV1dZ .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-r0j64lV1dZ .card {
    flex-direction: column;
  }
  .cid-r0j64lV1dZ .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-r0j64lV1dZ .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-r0j64lV1dZ .card .card-box .card-title,
  .cid-r0j64lV1dZ .card .card-box .mbr-text,
  .cid-r0j64lV1dZ .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-r0j64lV1dZ .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-r0j64lV1dZ .card .card-img {
    text-align: right !important;
  }
}
.cid-r0j64n3aPT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-r0j64n3aPT .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-r0j64n3aPT .first-column .mbr-text {
  margin: 0;
}
.cid-r0j64n3aPT .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-r0j64n3aPT .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-r0j64n3aPT .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-r0j64n3aPT .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-r0j64n3aPT .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-r0j64n3aPT .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-r0j64n3aPT .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-r0j64n3aPT .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-r0j64n3aPT .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-r0j64n3aPT .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-r0j64n3aPT .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-r0j64n3aPT .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-r0j64n3aPT .first-column,
  .cid-r0j64n3aPT .second-column {
    padding-bottom: 2rem;
  }
  .cid-r0j64n3aPT .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-r0j64n3aPT .first-column,
  .cid-r0j64n3aPT .second-column,
  .cid-r0j64n3aPT .third-column {
    text-align: center;
  }
  .cid-r0j64n3aPT .form1 .mbr-form {
    justify-content: center;
  }
  .cid-r0j64n3aPT .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-r0j64n3aPT .mbr-section-title,
.cid-r0j64n3aPT .icons-wrapper {
  text-align: center;
}
.cid-r0j64n3aPT .mbr-section-subtitle,
.cid-r0j64n3aPT .icons-wrapper {
  text-align: center;
}
.cid-r0j64nVvAr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-r0j64nVvAr .mbr-text {
  color: #333333;
}
.cid-r0j7P44ezv {
  background-image: url("../../../assets/images/appartamento-smeraldo-5-1200x797.jpg");
}
.cid-r0j7P44ezv .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-r0j7P44ezv .mbr-arrow i {
  color: #ffffff !important;
}
.cid-r0j7P44ezv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-r0j7P50U7J {
  background-color: #67a27e;
}
.cid-r0j7P50U7J .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-r0j7P50U7J .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-r0j7P50U7J .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-r0j7P50U7J .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-r0j7P50U7J .image-element {
    padding-left: 0;
  }
}
.cid-r0j7P50U7J .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.cid-r0j7P50U7J .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-r0j7P50U7J .brown {
  color: #c19b76;
}
.cid-r0j7P50U7J .paragraphs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-r0j7P50U7J .paragraphs-wrapper .first-paragraph,
.cid-r0j7P50U7J .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-r0j7P50U7J .image-element {
    padding-top: 1rem;
  }
  .cid-r0j7P50U7J .paragraphs-wrapper {
    flex-direction: column;
  }
  .cid-r0j7P50U7J .paragraphs-wrapper .first-paragraph,
  .cid-r0j7P50U7J .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-r0j7P50U7J .first-paragraph,
  .cid-r0j7P50U7J .second-paragraph {
    width: 50%;
  }
  .cid-r0j7P50U7J .first-paragraph {
    padding-right: .5rem;
  }
  .cid-r0j7P50U7J .second-paragraph {
    padding-left: .5rem;
  }
  .cid-r0j7P50U7J .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-r0j7P50U7J .mbr-section-title,
  .cid-r0j7P50U7J .mbr-section-btn {
    text-align: left;
  }
}
.cid-r0j7P50U7J .mbr-text,
.cid-r0j7P50U7J .mbr-section-btn {
  color: #232323;
}
.cid-r0j7P50U7J .mbr-text,
.cid-r0j7P50U7J .mbr-section-btn B {
  color: #ffffff;
}
.cid-r0j7P5Oe0x .nav-item:focus,
.cid-r0j7P5Oe0x .nav-link:focus {
  outline: none;
}
.cid-r0j7P5Oe0x a.nav-link:focus {
  color: #ffffff !important;
}
.cid-r0j7P5Oe0x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-r0j7P5Oe0x .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-r0j7P5Oe0x .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-r0j7P5Oe0x .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-r0j7P5Oe0x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r0j7P5Oe0x .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-r0j7P5Oe0x .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-r0j7P5Oe0x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r0j7P5Oe0x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r0j7P5Oe0x .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-r0j7P5Oe0x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r0j7P5Oe0x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r0j7P5Oe0x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r0j7P5Oe0x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-r0j7P5Oe0x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r0j7P5Oe0x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r0j7P5Oe0x .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-r0j7P5Oe0x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r0j7P5Oe0x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r0j7P5Oe0x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r0j7P5Oe0x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r0j7P5Oe0x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r0j7P5Oe0x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r0j7P5Oe0x .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-r0j7P5Oe0x .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-r0j7P5Oe0x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r0j7P5Oe0x .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-r0j7P5Oe0x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r0j7P5Oe0x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r0j7P5Oe0x .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-r0j7P5Oe0x .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-r0j7P5Oe0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-r0j7P5Oe0x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r0j7P5Oe0x .dropdown-item.active,
.cid-r0j7P5Oe0x .dropdown-item:active {
  background-color: transparent;
}
.cid-r0j7P5Oe0x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-r0j7P5Oe0x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r0j7P5Oe0x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r0j7P5Oe0x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-r0j7P5Oe0x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-r0j7P5Oe0x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r0j7P5Oe0x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-r0j7P5Oe0x .navbar-buttons {
  text-align: center;
}
.cid-r0j7P5Oe0x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-r0j7P5Oe0x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r0j7P5Oe0x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r0j7P5Oe0x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r0j7P5Oe0x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r0j7P5Oe0x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r0j7P5Oe0x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0j7P5Oe0x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r0j7P5Oe0x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r0j7P5Oe0x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0j7P5Oe0x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r0j7P5Oe0x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-r0j7P5Oe0x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-r0j7P5Oe0x .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-r0j7P5Oe0x .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-r0j7P5Oe0x .nav-link:hover,
.cid-r0j7P5Oe0x .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-r0j7P5Oe0x .dropdown-item:hover {
  color: #878787 !important;
}
.cid-r0j7P5Oe0x .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-r0j7P5Oe0x .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-r0j7P5Oe0x .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-r0j7P5Oe0x .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-r0j7P5Oe0x .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-r0j7P5Oe0x .dropdown-menu {
    top: 100%;
  }
  .cid-r0j7P5Oe0x .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-r0j7P5Oe0x .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-r0j7P5Oe0x .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-r0j7P5Oe0x .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-r0j8ndXAOS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r0j8ndXAOS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r0j8ndXAOS .mbr-section-title,
.cid-r0j8ndXAOS .mbr-section-subtitle,
.cid-r0j8ndXAOS .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-r0j8ndXAOS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r0j8ndXAOS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0j8ndXAOS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0j8ndXAOS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r0j8ndXAOS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background: linear-gradient(180deg, #efefef, #c19b76);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r0j8ndXAOS .icon-focus {
  display: none;
}
.cid-r0j8ndXAOS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-r0j8ndXAOS ul {
  font-size: 0;
}
.cid-r0j8ndXAOS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-r0j8ndXAOS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-r0j8ndXAOS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-r0j8ndXAOS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-r0j8ndXAOS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-r0j8ndXAOS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-r0j8ndXAOS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-r0j8ndXAOS .btn:hover {
  background: transparent !important;
}
.cid-r0j8ndXAOS .btn:hover:before {
  background: transparent !important;
}
.cid-r0j8ndXAOS .btn:before {
  background-color: transparent !important;
}
.cid-r0j8ndXAOS .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-r0j7P7AHFD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-r0j7P7AHFD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r0j7P7AHFD .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-r0j7P7AHFD .title {
    width: 100% !important;
  }
}
.cid-r0j7P88iCR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r0j7P88iCR .card {
  flex-direction: row;
  justify-content: center;
}
.cid-r0j7P88iCR .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-r0j7P88iCR .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-r0j7P88iCR .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-r0j7P88iCR .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-r0j7P88iCR .card {
    flex-direction: column;
  }
  .cid-r0j7P88iCR .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-r0j7P88iCR .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-r0j7P88iCR .card .card-box .card-title,
  .cid-r0j7P88iCR .card .card-box .mbr-text,
  .cid-r0j7P88iCR .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-r0j7P88iCR .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-r0j7P88iCR .card .card-img {
    text-align: right !important;
  }
}
.cid-r0j7P9jLlq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-r0j7P9jLlq .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-r0j7P9jLlq .first-column .mbr-text {
  margin: 0;
}
.cid-r0j7P9jLlq .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-r0j7P9jLlq .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-r0j7P9jLlq .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-r0j7P9jLlq .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-r0j7P9jLlq .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-r0j7P9jLlq .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-r0j7P9jLlq .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-r0j7P9jLlq .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-r0j7P9jLlq .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-r0j7P9jLlq .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-r0j7P9jLlq .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-r0j7P9jLlq .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-r0j7P9jLlq .first-column,
  .cid-r0j7P9jLlq .second-column {
    padding-bottom: 2rem;
  }
  .cid-r0j7P9jLlq .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-r0j7P9jLlq .first-column,
  .cid-r0j7P9jLlq .second-column,
  .cid-r0j7P9jLlq .third-column {
    text-align: center;
  }
  .cid-r0j7P9jLlq .form1 .mbr-form {
    justify-content: center;
  }
  .cid-r0j7P9jLlq .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-r0j7P9jLlq .mbr-section-title,
.cid-r0j7P9jLlq .icons-wrapper {
  text-align: center;
}
.cid-r0j7P9jLlq .mbr-section-subtitle,
.cid-r0j7P9jLlq .icons-wrapper {
  text-align: center;
}
.cid-r0j7PaiJaA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-r0j7PaiJaA .mbr-text {
  color: #333333;
}
.cid-qZtgp9Y1Xv {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-20171113-81317-2000x1125.jpg");
}
.cid-qZtgp9Y1Xv .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-qZtgp9Y1Xv .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qZtgp9Y1Xv .btn-wrapper {
  width: 100%;
}
.cid-qZtgp9Y1Xv .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qZtgp9Y1Xv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qZtgp9Y1Xv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qZtgp9Y1Xv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qZtgp9Y1Xv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qZtgp9Y1Xv a.close:hover {
  color: #ffffff;
}
.cid-qZthjGDwtA {
  background-color: #ffffff;
}
.cid-qZthjGDwtA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZthjGDwtA .row {
  flex-direction: row-reverse;
}
.cid-qZthjGDwtA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZthjGDwtA .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qZthjGDwtA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-qZthjGDwtA .image-element {
    padding-right: 0;
  }
}
.cid-qZthjGDwtA .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qZthjGDwtA .mbr-section-subtitle,
.cid-qZthjGDwtA .mbr-text {
  color: #878787;
}
.cid-qZthjGDwtA .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qZthjGDwtA .image-element {
    padding-bottom: 1rem;
  }
  .cid-qZthjGDwtA .row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.cid-qZtyUVWiIS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-qZtyUVWiIS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qZtyUVWiIS .mbr-section-title,
.cid-qZtyUVWiIS .mbr-section-subtitle,
.cid-qZtyUVWiIS .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qZtyUVWiIS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZtyUVWiIS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZtyUVWiIS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZtyUVWiIS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZtyUVWiIS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background: linear-gradient(180deg, #efefef, #c19b76);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qZtyUVWiIS .icon-focus {
  display: none;
}
.cid-qZtyUVWiIS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qZtyUVWiIS ul {
  font-size: 0;
}
.cid-qZtyUVWiIS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qZtyUVWiIS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qZtyUVWiIS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-qZtyUVWiIS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qZtyUVWiIS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qZtyUVWiIS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qZtyUVWiIS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qZtyUVWiIS .btn:hover {
  background: transparent !important;
}
.cid-qZtyUVWiIS .btn:hover:before {
  background: transparent !important;
}
.cid-qZtyUVWiIS .btn:before {
  background-color: transparent !important;
}
.cid-qZtyUVWiIS .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-qZtLXXeMpG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
@media (max-width: 767px) {
  .cid-qZtLXXeMpG .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qZtgZBFbGY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZtgZBFbGY .google-map {
  width: 100%;
  height: 30rem;
}
.cid-qZtgZBFbGY .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qZiKtaMGkI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-8022-510x339.jpg");
}
.cid-qZiKtaMGkI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-qZiKtaMGkI .first-column .mbr-text {
  margin: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-qZiKtaMGkI .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-qZiKtaMGkI .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-qZiKtaMGkI .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column {
    padding-bottom: 2rem;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qZiKtaMGkI .first-column,
  .cid-qZiKtaMGkI .second-column,
  .cid-qZiKtaMGkI .third-column {
    text-align: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form {
    justify-content: center;
  }
  .cid-qZiKtaMGkI .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-qZiKtaMGkI .mbr-section-title,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qZiKtaMGkI .mbr-section-subtitle,
.cid-qZiKtaMGkI .icons-wrapper {
  text-align: center;
}
.cid-qYDqMciQSb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
.cid-qYDqMciQSb .mbr-text {
  color: #333333;
}
.cid-qZiG4uxJyS .nav-item:focus,
.cid-qZiG4uxJyS .nav-link:focus {
  outline: none;
}
.cid-qZiG4uxJyS a.nav-link:focus {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qZiG4uxJyS .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qZiG4uxJyS .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qZiG4uxJyS .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZiG4uxJyS .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qZiG4uxJyS .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZiG4uxJyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZiG4uxJyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qZiG4uxJyS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZiG4uxJyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZiG4uxJyS .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZiG4uxJyS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZiG4uxJyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZiG4uxJyS .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qZiG4uxJyS .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qZiG4uxJyS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZiG4uxJyS .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZiG4uxJyS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZiG4uxJyS .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qZiG4uxJyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZiG4uxJyS .dropdown-item.active,
.cid-qZiG4uxJyS .dropdown-item:active {
  background-color: transparent;
}
.cid-qZiG4uxJyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZiG4uxJyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qZiG4uxJyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qZiG4uxJyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZiG4uxJyS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZiG4uxJyS .navbar-buttons {
  text-align: center;
}
.cid-qZiG4uxJyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZiG4uxJyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZiG4uxJyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZiG4uxJyS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZiG4uxJyS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qZiG4uxJyS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZiG4uxJyS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZiG4uxJyS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qZiG4uxJyS .nav-link:hover,
.cid-qZiG4uxJyS .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-qZiG4uxJyS .dropdown-item:hover {
  color: #878787 !important;
}
.cid-qZiG4uxJyS .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-qZiG4uxJyS .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qZiG4uxJyS .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qZiG4uxJyS .navbar-expand-lg {
    justify-content: space-around;
  }
  .cid-qZiG4uxJyS .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qZiG4uxJyS .dropdown-menu {
    top: 100%;
  }
  .cid-qZiG4uxJyS .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-qZiG4uxJyS .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-qZiG4uxJyS .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qZiG4uxJyS .navbar-short .dropdown-menu {
    top: 100%;
  }
}
